home *** CD-ROM | disk | FTP | other *** search
/ Champak 50 / Volume 50 - JOGO DISK .iso / Games / lagoonquest.swf / scripts / DefineButton2_115 / BUTTONCONDACTION on(release).as
Text File  |  2007-09-27  |  107b  |  6 lines

  1. on(release){
  2.    stopAllSounds();
  3.    _parent.fx.gotoAndPlay("btn");
  4.    _parent.gotoAndPlay("ready");
  5. }
  6.